CopyPixels<T>(RectL,T[]) Method
In This Topic
Instructs the object to produce pixels.
Syntax
'Declaration
Public Overloads Sub CopyPixels(Of As {New, Struct})( _
ByVal As RectL, _
ByVal () As _
)
public void CopyPixels<>(
RectL ,
[]
)
where T: new(), struct
Parameters
- rectangle
- The rectangle to copy.
- output
- The destination array. The size of the array must be sizeof(pixel) * rectangle.Width * rectangle.Height
Type Parameters
- T
See Also